home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June / DPPCPRO0605A.ISO / Extras / TimeZone Helper / timezone-cr.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-02-23  |  3.8 KB  |  69 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Time Zone Helper Evaluation
  4. AppVerName=Time Zone Helper Evaluation 2.6
  5. AppId=TimeZone
  6. AppVersion=2.6
  7. AppPublisher=Crystal Software Australia
  8. AppPublisherURL=http://www.crystalsoftware.com.au
  9. AppSupportURL=http://www.crystalsoftware.com.au/support.html
  10. AppUpdatesURL=http://www.crystalsoftware.com.au
  11. DefaultDirName={pf}\Time Zone Helper
  12. DefaultGroupName=Time Zone Helper Evaluation
  13. UninstallDisplayIcon={app}\TimeZone.exe
  14. OutputBaseFilename=timezone2
  15. Compression=zip
  16. PrivilegesRequired=none
  17. ChangesAssociations=yes
  18. LicenseFile=embedded\License.txt
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\TimeZone.exe"; DestDir: "{app}"; 
  24. Source: "{app}\timezone.chm"; DestDir: "{app}"; 
  25. Source: "{app}\CrySo-HP.url"; DestDir: "{app}"; 
  26. Source: "{app}\homepage.url"; DestDir: "{app}"; 
  27. Source: "{app}\email.url"; DestDir: "{app}"; 
  28. Source: "{app}\purchase.url"; DestDir: "{app}"; 
  29. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; 
  30. Source: "{app}\Languages\English.ini"; DestDir: "{app}\Languages"; 
  31. Source: "{app}\Languages\translate.txt"; DestDir: "{app}\Languages"; 
  32. Source: "{app}\tips.txt"; DestDir: "{app}"; 
  33. Source: "{app}\all time zones in order.tzh"; DestDir: "{app}"; 
  34. Source: "{app}\Atlantic Time.tzh"; DestDir: "{app}"; 
  35. Source: "{app}\Australian Eastern Time.tzh"; DestDir: "{app}"; 
  36. Source: "{app}\Central Time.tzh"; DestDir: "{app}"; 
  37. Source: "{app}\Crystal Software.tzh"; DestDir: "{app}"; 
  38. Source: "{app}\Eastern Time.tzh"; DestDir: "{app}"; 
  39. Source: "{app}\London.tzh"; DestDir: "{app}"; 
  40. Source: "{app}\Mountain Time.tzh"; DestDir: "{app}"; 
  41. Source: "{app}\Pacific Time.tzh"; DestDir: "{app}"; 
  42. Source: "{app}\order.txt"; DestDir: "{app}"; 
  43. Source: "{app}\corporat.txt"; DestDir: "{app}"; 
  44. Source: "{app}\license.txt"; DestDir: "{app}"; 
  45. Source: "{app}\products.txt"; DestDir: "{app}"; 
  46. [Dirs]
  47. Name: "{app}\Languages"; 
  48. [Registry]
  49. Root: HKCU; Subkey: "Software\Crystal Software"; Flags: uninsdeletekeyifempty 
  50. Root: HKCU; Subkey: "Software\Crystal Software\TimeZone"; Flags: uninsdeletekey 
  51. Root: HKLM; Subkey: "Software\Crystal Software"; Flags: uninsdeletekeyifempty 
  52. Root: HKLM; Subkey: "Software\Crystal Software\TimeZone"; Flags: uninsdeletekey 
  53. Root: HKCR; Subkey: ".tzh"; ValueType: String; ValueData: "TimeZoneHelper"; Flags: uninsdeletevalue 
  54. Root: HKCR; Subkey: "TimeZoneHelper"; ValueType: String; ValueData: "Time Zone settings"; Flags: uninsdeletevalue 
  55. Root: HKCR; Subkey: "TimeZoneHelper\shell\open\command"; ValueType: String; ValueData: """{app}\timezone.exe"""; Flags: uninsdeletevalue 
  56. Root: HKCR; Subkey: "TimeZoneHelper\shell\open\ddeexec"; ValueType: String; ValueData: "[FileOpen(""%1"")]"; Flags: uninsdeletevalue 
  57. Root: HKCR; Subkey: "TimeZoneHelper\shell\open\ddeexec\Application"; ValueType: String; ValueData: "TimeZone"; Flags: uninsdeletevalue 
  58. Root: HKCR; Subkey: "TimeZoneHelper\shell\open\ddeexec\Topic"; ValueType: String; ValueData: "AppDDE"; Flags: uninsdeletevalue 
  59. Root: HKCR; Subkey: "TimeZoneHelper\DefaultIcon"; ValueType: String; ValueData: "{app}\timezone.exe,0"; Flags: uninsdeletevalue 
  60. [Run]
  61. Filename: "{app}\timezone.exe"; WorkingDir: "{app}"; Flags: nowait
  62. [Icons]
  63. Name: "{userdesktop}\Time Zone Helper Evaluation"; Filename: "{app}\TimeZone.exe"; WorkingDir: "{app}"; 
  64. Name: "{group}\Time Zone Helper Evaluation"; Filename: "{app}\TimeZone.exe"; WorkingDir: "{app}"; 
  65. Name: "{group}\Buy Now!"; Filename: "{app}\purchase.url"; WorkingDir: "{app}"; 
  66. Name: "{group}\Home Page"; Filename: "{app}\homepage.url"; WorkingDir: "{app}"; 
  67. Name: "{group}\Help"; Filename: "{app}\timezone.chm"; WorkingDir: "{app}"; 
  68. Name: "{group}\What's New"; Filename: "{app}\whatsnew.txt"; WorkingDir: "{app}"; 
  69.